 /* =============================================================================
   Primary Styles
   Author: Steve Ambielli
   ========================================================================== */
   
@font-face { font-family: 'Proxima Nova Semibold'; src: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/devex/images/ProximaNova-Semibold.otf); }
@font-face { font-family: 'Proxima Nova'; src: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/devex/images/ProximaNova-Regular.otf); }
@font-face { font-family: 'Proxima Nova Light'; src: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/devex/images/ProximaNova-Light.otf); }
@font-face { font-family: 'Proxima Nova Bold'; src: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/devex/images/ProximaNova-Bold.otf); }

/*@font-face { font-family: 'Proxima Nova Semibold'; src: url(/web/20220129061945im_/http://www.knoxfordcapital.com/ProximaNova-Semibold.otf); }
@font-face { font-family: 'Proxima Nova'; src: url(/web/20220129061945im_/http://www.knoxfordcapital.com/ProximaNova-Regular.otf); }
@font-face { font-family: 'Proxima Nova Light'; src: url(/web/20220129061945im_/http://www.knoxfordcapital.com/ProximaNova-Light.otf); }
@font-face { font-family: 'Proxima Nova Bold'; src: url(/web/20220129061945im_/http://www.knoxfordcapital.com/ProximaNova-Bold.otf); }*/

/* CLEANING UP BOOTSTRAP */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !Important; border: 0 !important; }
.navbar-collapse { padding: 0 }
.navbar-header { margin-top: -22px; }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

html {
	min-height: 100%;
	height: auto;
}

body {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
	overflow-x: hidden;
}

.container {
	max-width: 970px;
}

p {
	font-size: 20px;
	line-height: 26px;
}

a, a:hover {
	color: #ff9900;
}

a.button, button.tito-tickets-button {
	background: #ff9900;
	padding: 10px 15px;
	color: #fff;
	font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	display: inline-block;
	border: 0;
}

	a.button:hover, button.tito-tickets-button:hover {
		text-decoration: underline;
	}

.panel-group .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
}	
.panel-default>.panel-heading {
	background: none;
	border: 0;
}

h4.panel-title {
	font-family: 'Proxima Nova Light', Arial, Helvetica, sans-serif;
	font-size: 24px;
}

	h4.panel-title a {		
		padding-left: 40px;
		padding-top: 2px;
		display: block;
		text-decoration: none;
		background: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/685-KBL-765/images/ico-accordion-open.png) no-repeat;
	}
	
		h4.panel-title a.collapsed {
			background: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/685-KBL-765/images/ico-accordion-closed.png) no-repeat;
		}
	
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 55px;
}

header#header {
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 9998;
}

	header#header.stuck {
		border-bottom: none !important;
	}

#meta-nav {
	padding-top: 8px;
}

	#meta-nav a {
		color: #fff;
	}

	#meta-nav .social-links {
		padding-left: 30px;
	}

		#meta-nav .social-links a {
			color: #b2b2b2;
			font-size: 16px;
			margin-right: 10px;
		}
	
#logo-nav.stuck {
	background: rgba(0,0,0,.8);
	padding: 0;
}

	#logo-nav.stuck .devex-logo img {
		width: 88px;
		height: 42px;
		padding-top: 8px;
	}
	
	#logo-nav.stuck nav.main-nav {
		margin-top: 10px;
	}

nav.main-nav { float: right; margin-top: 18px; }

	nav.main-nav ul {
		list-style-type: none;
		margin: 0 0 -18px 0;
		padding: 0;
		text-align: right;
	}
	
		nav.main-nav ul li {
			float: left;
			margin-left: 25px;
			font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif; 
			font-size: 17px;
		}
		
			nav.main-nav ul li a {
				display: block;
				padding: 2px 7px;
				color: #fff;
			}
			
			nav.main-nav ul li.tickets a {
				background: #ff9900;
			}
			
		nav.main-nav ul li:first-child {
			margin-left: 0;
		}

#main { position: relative; }
			
#intro {
	/*background: url(https://web.archive.org/web/20220129061945im_/https://pages.devex.com/rs/685-KBL-765/images/devex-world-bg-video.jpg) no-repeat top center;
	background-size: cover;*/
	height: 680px;
	padding-top: 210px;
	position: relative;
	overflow: hidden;
}

	#intro #video-bg {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -100;
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background-size: cover; 
	    opacity: .5;
	}

	#intro h1 {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif; 
		font-size: 55px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
	#intro h2 {
		font-size: 34px;
		font-weight: normal;
		margin: 0;
		padding: 0 0 5px 0;
	}
	
	#intro h3 {
		font-size: 26px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
	#intro h4 {
		font-size: 30px;
		font-weight: normal;
		margin: 50px 0 0 0;
		padding: 0;
	}
	
	#intro a.button {
		margin: 40px 0;
	}

	#intro p {
		margin: 0;
		padding: 0;
	}
	
	#intro #countdown-container p {
		font-size: 12px;
	}

	#intro .counts {
		margin-left: -12px;
	}
	
	#intro .counter-info {
		padding: 0;
		text-align: center;
	}
	
	#intro .count {
		font-size: 43px;
		line-height: 40px;	
	}
	
		#intro .count.border {
			border-right: 1px solid #fff;
		}
	
	#intro .meta {
		font-size: 10px;
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
	}
	
	#intro .sponsors {
		margin-top: 85px;
	}
	
		#intro .sponsors h3 {
			font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
			color: #ff9900;
			display: inline-block;
			font-size: 18px;
			margin-right: 10px;
		}
		
		#intro .sponsors img {
			margin: 0 25px;
			width: 100px;
		}
		
#top-sponsors {
	padding: 60px 0 60px 0;
}
	#top-sponsors h3 {
		display: inline-block;
		color: #676767;
		font-size: 18px;
		margin-right: 20px;
	}
	
	#top-sponsors img {
		display: inline-block;
		width: 110px;
		margin-right: 60px;
	}
	
		#top-sponsors img.space {
			margin-right: 70px;
		}
		
		#top-sponsors img.space.changemakers {
			margin-right: 25px;
		}

	
#mic {
	background: url(https://web.archive.org/web/20220129061945im_/http://www.allosbt.com/display.jpg);
	background-size: cover;
	padding: 100px 0;
	text-shadow: 0 2px 0 #333;
}

	#mic h1 {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
		font-size: 67px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
#themes, #why-attend, #faq {
	background: #ffffff;
	position: relative;
	padding: 40px 0 0 0;
	color: #000;
}

	#themes h2, #why-attend h2 {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	#themes .image {
		position: absolute;
		/*bottom: -88px;*/
		bottom: 0;
		right: -100px;
		width: 400px;
		height: 440px;
		background: url(/web/20220129061945im_/http://www.knoxfordcapital.com/knoxfordcapital.css#http://www.allosbt.com/overhead.png#) no-repeat;
		/*background-size: 80%;*/
	}
	
	#why-attend .image {
		position: absolute;
		top: 80px;
		right: 0;
	}
	
#luminaries {
	padding-bottom: 40px;
}

	#luminaries .bio-pics {
		margin-bottom: 30px;
		overflow: hidden;
		padding: 0;
		position: relative;
	}
	
		#luminaries .bio-pics img {
			text-align: center;
			margin: 0 auto;
		}

	#luminaries img.arrow {
		visibility: hidden;
		top: -10px;
		position: relative;
	}
	
	#luminaries .bio-info {
		display: none;
		top: -10px;
		position: relative;
	}
	
	#luminaries .full-bio {
		position: absolute;
		top: 0;
		left: 0;
		padding: 5px 20px;
		background: rgba(0,0,0,.95);
		display: none;
	}
	
		#luminaries .full-bio h2 {
			font-weight: normal;
			font-size: 24px;
			margin: 10px 0 5px 0;
		}
		
		#luminaries .full-bio p {
			font-weight: normal;
			font-size: 14px;
			line-height: 18px;
			margin: 10px 0 5px 0;
		}
		
	
	#luminaries .bio-content {
		background: #fff;
		color: #000;
		padding: 5px 15px;
	}
	
		#luminaries .bio-content h3 {
			margin: 10px 0 5px 0;
		}
		
		#luminaries .bio-content h4 {
			margin: 0 0 10px 0;
			font-size: 20px;
		}
	
		#luminaries .bio-content p {
			font-size: 16px;
			line-height: 22px;
		}
		
	#luminaries a.bio {
		cursor: default;
	}
	
	#luminaries a.close-bio {
		text-align: right !important;
		display: none;
		margin: auto;
		width: 30px;
		height: 35px;
		float: right;
	}
	
		#luminaries a.close-bio img {
			height: 28px;			
		}
	
	#luminaries .titles h2 {
		font-weight: normal;
		font-size: 24px;
		text-transform: uppercase;
		margin: 10px 0 5px 0;
	}
	
	#luminaries .titles h3 {
		font-weight: normal;
		font-size: 16px;
		margin: 0 0 5px 0;
		padding-right: 15px;
	}

#your-day {
	background: #333;
	padding: 20px 0 40px 0;
}

	#your-day img {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
#tickets {
	background: #333;
	padding: 15px 0 50px 0;
}

#tickets.home {
	background: #fff;
	padding: 15px 0 50px 0;
	color: #333;
}

	table.table-mobile { display: none; }

	#tickets h2 {
		color: #ff9900;
		font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
		font-size: 28px;
		line-height: 32px;
		border-bottom: 1px solid #ff9900;
		margin-bottom: 30px;
	}
	
		#tickets.home h2 {
			color: #333;
			font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
			font-size: 28px;
			line-height: 32px;
			border-bottom: 0;
			margin-bottom: 20px;
		}
	
	#tickets h3 {
		font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 28px;
	}
	
	#tickets a.button, #tickets button {
		font-size: 20px;
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 150px;
	}
	
	#tickets .table-striped>tbody>tr:nth-of-type(odd) {
		background: #525252;
	}
	
	#tickets .table-striped>tbody>tr {
		background: #333;
	}
	
	#tickets .table-striped {
		font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
		font-size: 20px;
		text-align: left;
	}
	
		#tickets .table-striped th {
			
		}
	
		#tickets .table-striped td {
			line-height: 60px;
		}
		
			#tickets .table-striped td.line {
				border-bottom: 1px solid #ddd;
			}
			
			#tickets .table-striped td.sold-out,#tickets .table-striped th.sold-out {
				color: #a6a6a6;
			}
	
		#tickets .table-striped a, #tickets .table-striped button {
			font-size: 20px;
			line-height: 20px;
			margin-top: 10px
		}
		
		#tickets .table-striped button.tito-tickets-button {
			display: inline-block !important;
		}
		
		#tickets table td.sold-out, #tickets table th.sold-out {
			color: #a6a6a6;
		}
		
#sponsors {
	padding-bottom: 40px;
}

	#sponsors h4 {
		color: #ff9900;
		margin: 40px 0;
	}
	
	#sponsors img {
		margin: 0 auto 20px auto;
		display: block;
		text-align: center;	
	}
		
#contact {
	background: #333333;
	padding: 40px 0;
}

	#contact h1 {
		color: #ff9900;
		font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
		font-size: 28px;
		line-height: 32px;
		border-bottom: 1px solid #ff9900;
		margin-bottom: 30px;
	}
	
	#contact p {
		font-size: 18px;
	}
	
#schedule h2 {
	color: #ff9900;
	font-family: 'Proxima Nova Semibold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	border-bottom: 1px solid #ff9900;
	margin-bottom: 30px;
}
	
form {
	width: 100% !important;
}

	.mktoForm .mktoFormRow {
		float: left !important;
		width: 48% !important;
		clear: none !important;
	}
	
	form#mktoForm_2136 .mktoFormRow {
		float: none !important;
		width: 100% !important;
		clear: both !important;
	}
	
	form label,
	.mktoForm .mktoGutter,
	.mktoForm .mktoOffset,
	.mktoForm label { 
		display: none !important; 
	}
	
	.mktoForm select {
		-webkit-appearance: none;
	}
	
	form label[for=comments],
	.mktoForm label[for=comments] {
		display: block !important;
		color: #fff;
	}
	
	.mktoForm .mktoFormCol {
		width: 90% !important;
	}
	
	.mktoForm .mktoFieldWrap {
		width: 100% !important;
		margin-top: 30px !important;
	}
	
	.mktoButtonRow {
		display: block !important;
		clear: both !important;
	}
	
		.mktoButtonWrap.mktoNative,
		.mktoButtonWrap.mktoSimple {
			margin-left: 0 !important;
		}
	
		.mktoForm button.mktoButton,
		.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
			background: #ff9900 !important;
			color: #fff !important;
			width: 160px !important;
			margin: 20px 0 !important;
			border: 0;
			font-size: 19px !important;
			/*height: 45px !important;*/
			line-height: 45px !important;
			padding: 0 !important;
			border: 0 !important;
		}
		
			.mktoForm button.mktoButton:hover,
			.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
				text-decoration: underline;
			}
	
	.mktoForm .mktoRequiredField label.mktoLabel {
		width: 175px !important;
		font-size: 16px;
		color: #fff;
	}
	
	.mktoForm .mktoLabel {
		width: 175px !important;
		font-size: 16px;
		color: #fff;
		font-weight: normal;
	}
	
	.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField, .mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
		width: 100% !important;
		font-size: 19px !important;
		border: 1px solid #fff !important;
		line-height: 45px !important;
		height: 45px !important;
		color: #fff !important;
		background: #525252 !important;
	}
	
	.mktoForm textarea.mktoField, .mktoForm textarea.mktoField {
		height: 80px !important;
	}
	
#venue {
	background: url(https://web.archive.org/web/20220129061945im_/http://www.knoxfordcapital.com/marina_x6.jpg) center center;
	background-size: cover !important;
	padding: 70px 0;
}

	#venue h1 {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
		font-size: 55px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	#venue h2 {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
		font-size: 50px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	#venue h3 {
		font-size: 35px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	#venue h4 {
		font-family: 'Proxima Nova SemiBold', Arial, Helvetica, sans-serif;
		font-size: 35px;
		font-weight: normal;
		padding: 0;
		margin: 0 0 40px 0;
	}
	
	#venue a.button {
		font-family: 'Proxima Nova Bold', Arial, Helvetica, sans-serif;
		font-size: 28px;
	}
	
footer#footer {
	padding: 60px 0 0 0;
}

	footer#footer #footer-nav {
		border-top: 1px solid #fff;
		margin-top: 35px;
		padding-top: 15px;
		text-align: center;
	}
	
		footer#footer #footer-nav a {
			color: #fff;
		}
		
		footer#footer #footer-nav p {
			font-size: 14px;
		}
		
	footer#footer #copyright {
	}
		
		footer#footer #copyright .title {
			margin-top: 50px;
		}
	
		footer#footer #copyright p {
			font-size: 18px;
		}
		
		footer#footer #copyright a {
			color: #ff9900;
		}
		
		footer#footer .social-links a {
			color: #b2b2b2;
			font-size: 16px;
			margin-right: 10px;
		}
	
/* iOS hack */
textarea, input {-webkit-appearance: none !important; border-radius: 0 !important;}


	
@media only screen and (max-width: 1199px) { 	
	#intro .sponsors img {
		width: 90px;
	}
	
	#sponsors img {
		width: 25%;
	}
}
	
@media only screen and (max-width: 991px) { 
	header#header {
		padding-bottom: 5px;
	}
	
	nav.main-nav { 
		margin-top: 23px; 
	}
	
		nav.main-nav ul li {
			font-size: 14px;
			margin-left: 10px;
		}
		
	#why-attend .image, #themes .image {
		display: none;
	}
	
	#intro .sponsors img {
		width: 75px;
	}
	
	#top-sponsors {
		padding-top: 60px;
	}
	
	#top-sponsors h3 {
		display: block;
		text-align: center;
	}
	
	#top-sponsors img {
		display: block;
		text-align: center;
		float: none;
		margin: 0 auto 40px auto !important;
	}
	
	#luminaries a.close-bio {
		display: block !important;
	}
}

@media only screen and (min-height: 600px) and (max-width: 1024px) { 
	#why-attend .image, #themes .image {
		display: none;
	}
	
	#mic {
		background-size: 200% !important;
	}
}
	
@media only screen and (max-width: 769px) { 
	header#header {
		padding-bottom: 5px;
		border: 0;
	}
	
	#logo-nav {
		padding-top: 20px; 
	}
	
	#meta-nav { display: none; }
	
		#meta-nav .contact-info {
			text-align: left;
			margin-bottom: 20px;
		}
	
		ul#navbar  {
			list-style-type: none;
			margin: 0 0 -50px 0;
			padding: 0;
			text-align: left;
			border: 0;
			box-shadow: none;
			background: #000;
			z-index: 99999;
		}
		
			ul#navbar li {
				margin-left: 0;
				display: block;
				margin-bottom: 10px;
			}
			
				ul#navbar li a {
					color: #fff;
					font-size: 20px;
					padding: 2px 10px;
				}
				
			ul#navbar li.tickets a {
				background: #000;
				text-shadow: none;
				color: #ff9900;
			}
			
	#intro	{
		background: url(https://web.archive.org/web/20220129061945im_/http://www.allosbt.com/holder.jpg) no-repeat 63% 0;
		background-size: cover;
		height: 880px;
		padding-top: 0;
	}
	
	#intro #mobile-nav {
		position: relative;
		top: -90px;
	}	
	
	#intro #video-bg { display: none; }
	
	#intro h1 {
		font-size: 29px;
	}
	
	#intro h2 {
		font-size: 22px;
	}
	
	#intro h3 {
		font-size: 16px;
	}
	
	#intro a.button {
		font-size: 26px;
	}
	
	#intro #countdown-container { display: none; }
	
	#intro h4 {
		font-size: 18px;
		margin-top: 40px;
	}
	
	#intro .sponsors {
		margin-top: 30px;
	}
	
	#intro .sponsors img {
		margin: 15px 30px 40px 0;
		width: 80px;
	}
	
	#intro .sponsors h3 {
		display: block;
		clear: both;
		margin-bottom: 20px;
	}
	
	table.table-mobile { display: table; padding: 0; margin: 0; }
	table.table-mobile.light-grey { background: #525252; }
	
		table.table-mobile tr {
			border: 0;
		}
	
		table.table-mobile th {
			font-size: 18px;
			border: 0;
		}
		
		table.table-mobile td {
			font-size: 16px;
			border: 0 !important;
		}
		
			table.table-mobile td.sold-out {
				color:  #a6a6a6;
			}
	
	#venue h1 {
		font-size: 25px;
	}
	
	#venue h2 {
		font-size: 24px;
		font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	
	#venue h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#venue h4 {
		font-size: 23px;
	}
	
	#luminaries .titles {
		text-align: center;
	}
	
	#footer-nav, .footer-nav { display: none; }
	
	footer#footer .social-links {
		margin-top: 20px;
	}
	
	#sponsors img {
		width: 30%;
	}
}

@media only screen and (max-width: 692px) { 
	#mic {
		background-size: 400% !important;
	}
	
}

@media only screen and (max-width: 420px) { 
	.mktoForm .mktoFormRow {
		width: 100% !important;
	}
	
	#intro {
		height: 900px;
	}
	
	#intro .sponsors img {
		margin: 15px 30px 40px 0;
	}
	
	#mic {
		background-size: 500% !important;
	}
	
	#luminaries .titles h2 {
		font-size: 1.3em;
	}
	
	#luminaries .titles h3 {
		font-size: 1.2em;
	}
	
	#sponsors img {
		width: 25%;
		margin-bottom: 40px;
	}
}

	

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*
     FILE ARCHIVED ON 06:19:45 Jan 29, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:04:29 Dec 01, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 92.253
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.07
  cdx.remote: 0.063
  esindex: 0.011
  LoadShardBlock: 54.712 (3)
  PetaboxLoader3.datanode: 92.343 (4)
  load_resource: 78.929
  PetaboxLoader3.resolve: 32.169
*/